RuleActionsForwardAsAttachmentToRecipients Property |
Indicates the e-mail addresses to which messages are to be forwarded as attachments.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Mailbox> ForwardAsAttachmentToRecipients { get; }Public ReadOnly Property ForwardAsAttachmentToRecipients As IList(Of Mailbox)
Get
Property Value
Type:
IListMailboxThe forward as attachment to recipients.
See Also